DataConnector | ComponentOne
C1.AdoNet.CSV Assembly / C1.DataConnector.AdoNet Namespace / C1CommandBase<TCommandImpl> Class / ShouldRequestAllData Method

In This Topic
    ShouldRequestAllData Method (C1CommandBase<TCommandImpl>)
    In This Topic
    Checks whether the rows of the tables referred in the passed statement need to be retrieved from the server in full or not.
    Syntax
    'Declaration
     
    Protected Overridable Function ShouldRequestAllData( _
       ByVal statement As SelectStatement _
    ) As Boolean
    protected virtual bool ShouldRequestAllData( 
       SelectStatement statement
    )

    Parameters

    statement

    Return Value

    A boolean indicating if all the rows of the tables referred in the passed statement need to be retrieved.
    See Also